home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / DigitalColor Meter.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2003-09-13  |  1023 b   |  35 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFAppleHelpAnchor</key>
  6.     <string>dcm001</string>
  7.     <key>CFBundleDevelopmentRegion</key>
  8.     <string>English</string>
  9.     <key>CFBundleExecutable</key>
  10.     <string>DigitalColor Meter</string>
  11.     <key>CFBundleIconFile</key>
  12.     <string>AppIcons.icns</string>
  13.     <key>CFBundleIdentifier</key>
  14.     <string>com.apple.DigitalColorMeter</string>
  15.     <key>CFBundleInfoDictionaryVersion</key>
  16.     <string>6.0</string>
  17.     <key>CFBundleName</key>
  18.     <string>DigitalColor Meter</string>
  19.     <key>CFBundlePackageType</key>
  20.     <string>APPL</string>
  21.     <key>CFBundleShortVersionString</key>
  22.     <string>3.2</string>
  23.     <key>CFBundleSignature</key>
  24.     <string>cmtr</string>
  25.     <key>CFBundleVersion</key>
  26.     <string>3.2</string>
  27.     <key>LSHasLocalizedDisplayName</key>
  28.     <true/>
  29.     <key>NSMainNibFile</key>
  30.     <string>DCM</string>
  31.     <key>NSPrincipalClass</key>
  32.     <string>NSApplication</string>
  33. </dict>
  34. </plist>
  35.